Click or drag to resize

ResolveNamesSearchScope Enumeration

Identifies the order and scope for a ResolveNames search.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public enum ResolveNamesSearchScope
Members
  Member nameValueDescription
ActiveDirectory0 Only the Active Directory directory service is searched.
ActiveDirectoryContacts1 Active Directory is searched first, and then the contact folders that are specified in the ParentFolderIds property are searched.
Contacts2 Only the contact folders that are identified by the ParentFolderIds are searched.
ContactsActiveDirectory3 Contact folders that are identified by the ParentFolderIds property are searched first and then Active Directory is searched.
None4 None.
See Also